home *** CD-ROM | disk | FTP | other *** search
/ PD ROM 1 / PD ROM Volume I - Macintosh Software from BMUG (1988).iso / Electronic Messages / USEnet Digests / USEnet Vol. 4 / USEnet 4.38 < prev    next >
Encoding:
Text File  |  1988-06-15  |  26.8 KB  |  650 lines  |  [TEXT/ttxt]

  1. 21-Mar-88 11:05:17-PST,28039;000000000000
  2. Return-Path: <usenet-mac-request@RELAY.CS.NET>
  3. Received: from RELAY.CS.NET by SUMEX-AIM.Stanford.EDU with TCP; Mon, 21 Mar 88 11:04:19 PST
  4. Received: from relay2.cs.net by RELAY.CS.NET id ab02219; 21 Mar 88 11:03 EST
  5. Received: from relay.cs.net by RELAY.CS.NET id aa20817; 21 Mar 88 10:51 EST
  6. Received: from sdr.slb.com by RELAY.CS.NET id ad20748; 21 Mar 88 10:48 EST
  7. Date: Mon, 21 Mar 88 10:27 EDT
  8. From: Jeffrey Shulman <SHULMAN@sdr.slb.com>
  9. Subject: Usenet Mac Digest V4 #38
  10. To: usenet-mac@RELAY.CS.NET, PIERCE%HDS@sdr.slb.com
  11. X-VMS-To: in%"usenet-mac@relay.cs.net",in%"PIERCE%HDS@SDR.SLB.COM"
  12.  
  13. Date: Mon 21 Mar 88 10:27:11-GMT
  14. From: Jeff Shulman <SHULMAN@SDR>
  15. Subject: Usenet Mac Digest V4 #38
  16. To: Usenet-List: ;
  17. Message-ID: <574943231.0.SHULMAN@SDR>
  18. Mail-System-Version: <VAX-MM(218)+TOPSLIB(129)@SDR>
  19.  
  20. Usenet Mac Digest     Friday, March 18, 1988         Volume 4 : Issue 38 
  21.  
  22. Today's Topics:
  23.      Re: Apple's CD SC CD-ROM driver
  24.      Good Fortran Compiler for the Mac. The results are in.
  25.      Re: FONT/DA mover and NFNTs
  26.      Want mailing list software
  27.      Any sign of the Macintosh Hardware Book from Addison-Wesley?
  28.      Coral Lisp
  29.      Re: Apple's CD SC CD-ROM driver
  30.      Hard disks
  31.      Cabri - a tool for graph theory (looking for info)
  32.      Re: Any sign of the Macintosh Hardware Book from Addison-Wesley?
  33.      Re: What I found on the inside of SE's cover....
  34.      Word 3 Reader?
  35.      HD Reliability and the SE's 20SC
  36.      MacMag virus infects commercial software
  37.  
  38. ---------------------------------------------------------------------- 
  39.  
  40. From: alibaba@ucscb.UCSC.EDU (Alexander M. Rosenberg)
  41. Subject: Re: Apple's CD SC CD-ROM driver
  42. Date: 14 Mar 88 09:16:54 GMT
  43. Organization: University of California, Santa Cruz; CATS
  44.  
  45. It sounds like you have a copy of the technical documentation that Apple
  46. gave out at the CD-ROM conference. If you do, then you already know more
  47. than most.
  48. >From what I could determine, about half tof the CD-ROM driver calls work on
  49. the Toshiba drive without rewriting. THe calls that work on non-Apple
  50. dirves are for the most part noted as such in the technical
  51. documentation. What I think is the best route in this event is to write
  52. your own CD-ROM driver for the Toshiba, although I suspect many are
  53. already doing drivers for that drive. My 2 cents are: make sure that
  54. Apple's neato Audio CD player desk accessory works with whatever you may
  55. do. It is just too cool to believe.
  56.  
  57. Side Note: Have you tried the Apple Drive? What I wanna know is, can one
  58. play an Audio CD without using MultiFinder (the DA closes. Does the
  59. music end, or is the APlay command synchronous?) Also, Does anybody have
  60. any idea how a small SCSI adaptor could be built to just play audio with
  61. the Apple drive?  Some Radio SHack parts and the technical doumentation
  62. are all that seems needed Just simulate the Audio commands that the
  63. driver sends with buttons! You could sell millions when the Apple drive
  64. goes obsolete!
  65. -- 
  66. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  67. ~  Alexander M. Rosenberg  ~ INTERNET: alibaba@ucscb.ucsc.edu   ~ Yoyodyne    ~
  68. ~  Crown College, UCSC     ~ UUCP:...!ucbvax!ucscc!ucscb!alibaba~ Propulsion  ~
  69. ~  Santa Cruz, CA 95064    ~ BITNET:alibaba%ucscb@ucscc.BITNET  ~ Systems     ~
  70. ~  (408) 426-8869       ~ Disclaimer: Nobody is my employer  ~ :-)         ~
  71. ~               ~ so nobody cares what I say.    ~          ~
  72.  
  73.  
  74. ------------------------------
  75.  
  76. From: jtfox@lion.waterloo.edu (Todd Fox)
  77. Subject: Good Fortran Compiler for the Mac. The results are in.
  78. Date: 14 Mar 88 06:38:18 GMT
  79.  
  80.  
  81. Several weeks ago I posted looking for a good Fortran compiler for the
  82. Mac. I got quite a few responses - most of which sounded like:
  83.  
  84.   Yeah, I'm looking for one too. Let me know what you get.
  85.  
  86. Compiler people take heed. There seems to be a weak spot in the market
  87. here.
  88.  
  89. I got some negative reviews of various compilers. These and my own I
  90. will share with you now.
  91.  
  92. Microsoft
  93.   It's the one we ended up using. You don't get to do any of the nice
  94. little file handling things that we all got used to with the IBM
  95. Fortrans we've  used. (ie deleting files, getting directories) These
  96. things are useful to a lot of applications so I can't understand why
  97. it's been left out. They have this thing they call a toolbox that let's
  98. you do all those Mac things like play with windows and it appears to be
  99. the way to get at file creation/manipulation et. al. They kindly refer
  100. you to this 100 dollar book if you want to get deeper but they don't say
  101. if it'll do any of the stuff I'm interested in. The only way I know this
  102. stuff can be done is because they  have a completely undocumented
  103. routine that renames a file using some toolbox generated pointers. Why
  104. stop there? Why not write a few more routines? They do have a print
  105. spooler and time and date routines though.
  106.   I'm not sure why this compiler has such a time with large numbers of
  107. common blocks. The numerous IBM compilers we have used had no troubles
  108. at all and the IBM has much less memory to play with and it's segmented
  109. at that. Regardless, this compiler just wouldn't take it. I ended up
  110. taking most of the common blocks out of BLOCK DATA and initializing them
  111. with assignment statements (ie. x = 5). Needless to say, this took a
  112. great deal of time. I  can't wait until I get this thing running and
  113. start to find all the bugs generated by typos.
  114.   Another problem I've had is that the Microsoft compiler tends to
  115. squack at things that have made it through tons of other compilers on
  116. everything from an IBM 4341 to a microVax II to the IBM PC. Perhaps it's
  117. following the standard a little more closely but I don't think so. Not
  118. after all the compilers that this code has seen. This has certainly made
  119. porting a real pain in the butt.
  120.   This is the first compiler I've ever seen that won't let you use unit
  121. 6 as the standard input and output. I thought this was a universal
  122. standard. More changes (thank god we used a variable here).
  123.   The debugger bothers me to no end. It came so close to being a really
  124. nice one too. And the error messages are absolutely terrible -
  125. especially from the linker.
  126.   Then there's the little things that I won't mention that make it just
  127. plain awkward to use.
  128.  
  129.   Redeeming feature:  It compiles and links quite quickly. I don't know
  130. about the execution speeds yet - I'm not that far. The code it's
  131. generating (so far) is about 12% smaller than compressed code on the
  132. IBM-PC!
  133.  
  134. Pecan
  135.   I had high hopes for these guys but they never made it. Another guy at
  136. work did most of the work with this and barely got past step one. I
  137. found the manual absoulutely terrible. Perhaps one of the worst I've
  138. ever seen. The compiler is based out of a thing called the Power System.
  139. I believe that this is some sort of an environment that needs to be
  140. present for your application to run (don't quote me here). Of course
  141. this means the      application takes up more room on disks when you
  142. ship it out the door. Anyway, all the documentation for the power system
  143. lists examples using PC-DOS and Pascal. But wait, I bought a Fortran
  144. compiler for a MAC???? I found that quite disturbing. A little Fortran
  145. manual came along too. It mostly contains references to the power system
  146. manual. Wonderful! The P.S. manual gives everal examples of getting the
  147. sytem date and time. Good, at least it does that much. Of course the
  148. example is in Pascal. Unfortunately, the Fortran compiler won't do this.
  149. You have to buy their Pascal compiler to write the routine in and then
  150. link it in with your Fortran code. They seemed to have noticed the need
  151. for these functions when making the Pascal compiler but not the Fortran.
  152.   What little I did use this compiler after these observations did
  153. nothing my favour.
  154.  
  155. Others (sent in by you, the members of the net.land community)
  156.    I only got very general comments on other compilers.
  157.  
  158. MacTran. PHHPPLLTTT. (I don't know how to spell that.)
  159.  However I have been told that their version 3.0 may be pretty good. One
  160. net.lander informed me that MacTran tries to keep their stuff reasoanbly
  161. up to date (much more so than ABSOFT).
  162.  
  163. ABSOFT
  164.  Not too good but better than MacTran.
  165.  
  166. One person told me about "Language System's FORTRAN-77". It's an MPW
  167. tool. (whatever that means). He said the specs and demos look really
  168. good (but they haven't had a chance to really beat it up yet). Those
  169. interested parties can call Language Sytems in Herndon, VA (703)
  170. 478-0181. Let me know if you do.
  171.  
  172. I hope my review has helped people a little. It's the best I could
  173. muster up.
  174.  
  175. Good luck to anyone venturing into the lonely world of Fortran on the
  176. Mac.
  177. -- 
  178. Todd Fox  JTFOX@LION.WATERLOO.EDU
  179. What? You were in the next room all this time?
  180. I would have just come over to see you!
  181.  
  182.  
  183. ------------------------------
  184.  
  185. From: stearns@Apple.COM (Bryan Stearns)
  186. Subject: Re: FONT/DA mover and NFNTs
  187. Date: 14 Mar 88 18:20:51 GMT
  188. Organization: Apple
  189.  
  190. In article <13326@comp.vuw.ac.nz> newbery@comp.vuw.ac.nz (Michael
  191. Newbery) writes:
  192. >1) PLEASE Apple, could you fix FONT/DA mover so it knows about NFNTS?
  193.  
  194. Alright, already.
  195.  
  196. Font/DA Mover version 3.8 will support movement of fonts stored in NFNT
  197. resources. Under certain conditions (mostly related to resource-ID
  198. collisions with other NFNTs), it will even "convert" a font to an NFNT
  199. in the process of moving it.
  200.  
  201. I just finished a draft of a technote covering the issues related to
  202. this change, for font producers and font-editor authors. As soon as it
  203. finishes with the normal review cycle, it will be released with the next
  204. regular batch.
  205.  
  206. Version 3.8 will be included in the next release of the system tools,
  207. which should be available within a month or so. No, this system release
  208. will probably not include any fonts stored as NFNTs, but at least clever
  209. ResEditors like yourselves will be able to hack around with them; also,
  210. font producers can start selling fonts stored as NFNTs.
  211.  
  212. (The key advantage to storing fonts as NFNTs instead of FONTs is that
  213. they don't have the resource-ID-encoding restrictions that FONTs do.
  214. Thus, you can have 15872 families in a font file that consist of NFNTs
  215. only [in addition to the 256 FONT-based families you can have now].
  216. Also, we can have styled fonts, so that you see a better representation
  217. of bold Times than the QuickDraw smearing algorithm's attempt, without
  218. having to choose a separate font family: no more BI Times Bold Italic,
  219. etc.)
  220.  
  221. Pleeze, be patient and wait for the release: don't clog my mailbox with
  222. requests for "beta copies", etc. I'm too busy testing it to send it out.
  223. Also, the technote will be out in due time; please don't ask for that
  224. either. I'm posting this just to let you know that we do pay some
  225. attention to what's needed in the real world.
  226.  
  227. No, there isn't a version 3.7. Don't ask.
  228. -- 
  229. -----------------------------------------------------------------------------
  230. Bryan Stearns                                            Apple Computer, Inc.
  231. Macintosh Applications & Utilities Group         20525 Mariani Ave, M/S 27-AK
  232. stearns@apple.COM, stearns%apple@CSNET-RELAY              Cupertino, CA 95014
  233. {nsc,dual,sun,ucbvax!mtxinu}!apple!stearns "Laugh while you can, monkey boy!"
  234.  
  235.  
  236. ------------------------------
  237.  
  238. From: denbeste@bgsuvax.UUCP (William C. DenBesten)
  239. Subject: Want mailing list software
  240. Date: 14 Mar 88 21:54:39 GMT
  241. Organization: Bowling Green State University B.G., Oh.
  242.  
  243. We are looking for a piece of software to deal with generating
  244. customized letters and the corresponding mailing labels.  We have 3
  245. requirements:
  246.  
  247. 1) very easy to use. 2) able to print on assorted labels, such as 3-up
  248. photocopier labels
  249.    in a laserwriter, or tractor fed labels in an imagewriter. 3) able to
  250. merge Names/Addresses into MacWrite documents and print
  251.    customized letters.
  252.  
  253. We don't want to use Microsoft Word, since the power of the package is
  254. more than we want to subject our secretaries to.
  255. -----------------------------------
  256.     We have found one package, Bulk Mailer by Staori software, that looks
  257.     like it may fit the bill.  The only problems are that
  258.  
  259.     1) the ad for it says that it works with word, but doesn't mention
  260. write and
  261.  
  262.     2) I know nothing about it. ----------------------------------- Any
  263. Ideas?
  264.  
  265. E-mail would be nice.  I will summarize the replies.
  266.  
  267. -- 
  268.           William C. DenBesten |       denbeste@bgsu.edu
  269.       Dept of Computer Science | CSNET denbeste%andy.bgsu.edu@relay.cs.net
  270. Bowling Green State University | UUCP  ...!cbosgd!osu-cis!bgsuvax!denbeste
  271.   Bowling Green, OH 43403-0214 |
  272.  
  273.  
  274. ------------------------------
  275.  
  276. From: fjo@ttrdf.UUCP (Frank Owen )
  277. Subject: Any sign of the Macintosh Hardware Book from Addison-Wesley?
  278. Date: 14 Mar 88 21:30:39 GMT
  279. Organization: AT&T, Skokie, IL
  280.  
  281. Has anybody seen this book?  According to APDA, it was supposed to be 
  282. availible "early 88". I'm not exactly sure what the official title of
  283. the book is, but it's something like "Macintosh Family Hardware
  284. Reference Guide".  I know that APDA has been selling a Draft version,
  285. but my membership has run out, and besides, I want the real one from a
  286. real publisher.
  287.  
  288. -- 
  289. Frank Owen (fjo@ttrdf)  312-982-2182
  290. AT&T Information Systems
  291. Computer Systems Division, 5555 Touhy Ave., Skokie, IL  60077
  292. PATH:  ...!ihnp4!ttrdf!fjo
  293.  
  294.  
  295. ------------------------------
  296.  
  297. From: mailnews@andante.UUCP (Henry Kautz's mailnews program)
  298. Subject: Coral Lisp
  299. Date: 14 Mar 88 22:09:27 GMT
  300. Organization: AT&T Bell Laboratories, Murray Hill
  301.  
  302.  
  303.  
  304. I just ported a substantial piece of software which implements a
  305. knowledge representation system to Allegro Common Lisp, implemented by
  306. Coral Software of Cambridge Mass.
  307.  
  308. It was one of the most painless porting jobs I've ever experienced. I
  309. did this without looking at manuals (I hate manuals), and asking anybody
  310. else for help. The debugger, the editor (Fred - Emacs clone) and the 
  311. listener are all seamlessly integrated, and everything works the way you
  312. expect. 
  313.  
  314. More gratifying was the performance. To load our largish knowledge base,
  315. Coral lisp took about 390 seconds on a Mac II (8MB, 80MB hard disk, 
  316. multifinder) with about 8 seconds spent GC'ing. By comparison, our 
  317. Symbolics 3670 behemoths take about 200 seconds to load the same KB. 
  318. This gives the MacII a 10 to 1 Price/Performance advantage over the 
  319. 3670.
  320.  
  321. They seem to have neat macpaint-like tools to create window interfaces,
  322. which I haven't really played with. More on that later. 
  323.  
  324.  
  325. Prem Devanbu
  326.  
  327. These are solely my personal opinion, not that of my employer. This
  328. opinion is unsolicited by any of the employees or owners of Coral
  329. Software,  none of whom, to my knowledge, I know.
  330.  
  331.  
  332. ------------------------------
  333.  
  334. From: blob@Apple.COM (Brian Bechtel)
  335. Subject: Re: Apple's CD SC CD-ROM driver
  336. Date: 15 Mar 88 00:17:18 GMT
  337. Organization: Apple Computer Inc, Cupertino, CA
  338.  
  339. In article <2375@saturn.ucsc.edu> alibaba@ucscb.UCSC.EDU (Alexander M.
  340. Rosenberg) writes:
  341. >What I wanna know is, can one play an Audio CD without using 
  342. >MultiFinder (the DA closes. Does the music end, or is the APlay 
  343. >command synchronous?) 
  344.  
  345. You start up an audio CD using the CD Remote desk accessory.  Once you
  346. start playing a CD, it plays without further intervention from the Mac. 
  347. You can close the desk accessory.  When you get to the end of the CD,
  348. the default behavior is to loop back to the beginning.  You can change
  349. that behavior using the CD Remote desk accessory.
  350.  
  351. Think of the CD Remote desk accessory as everything that comes with a
  352. high-end audio CD remote control.
  353.  
  354. Multifinder is not relevant to playing an audio CD.  The desk accessory
  355. is what controls audio CD play. (Or program control...)
  356.  
  357. --Brian Bechtel                blob@apple.com
  358.  
  359.  
  360. ------------------------------
  361.  
  362. From: joel@mit-amt.MEDIA.MIT.EDU (joel s. kollin)
  363. Subject: Hard disks
  364. Date: 15 Mar 88 07:11:29 GMT
  365. Organization: MIT Media Lab, Cambridge MA
  366.  
  367. Can anyone out tell me something about CMS hard disks?  I saw an ad
  368. today for a 60 Meg external for $795 from Hardware House. This is much
  369. better than anyone else, so I'm wondering what the catch is.  Are they
  370. slow or noisy or something?
  371.  
  372. Any other recommendations for cheap hard disks?
  373.  
  374. Thanks
  375.  
  376. joel
  377.  
  378.  
  379. ------------------------------
  380.  
  381. From: pjmbaker@uvicctr.UUCP (Peter J. M. Baker)
  382. Subject: Cabri - a tool for graph theory (looking for info)
  383. Date: 13 Mar 88 18:50:30 GMT
  384. Organization: University of Victoria, Victoria B.C. Canada
  385.  
  386. About a year ago, a program called 'Cabri' appeared in
  387. comp.binaries.mac. This program was designed for experimenting with
  388. various types of graphs and performed a number of operations on those
  389. graphs.  A friend of a friend is very interested in this program and
  390. sent money to the people in France (I think) for updates and other
  391. information.  He has not heard anything from them Does anybody in
  392. netland know anything about the development of this software?  I believe
  393. the developers were from a University in France.
  394.  
  395. Please respond to me by email and I will forward the information.
  396.  
  397.                     Thanks,
  398.                         Peter
  399. -- 
  400. Peter Baker, University of Victoria
  401. USENET:    {alberta,seismo,utai,uw-beaver,watmath}!ubc-vision!uvicctr!pjmbaker
  402. BITNET:    pjmbaker@uvunix.bitnet
  403. CDN:    pjmbaker@sol.UVic.cdn
  404.  
  405.  
  406. ------------------------------
  407.  
  408. From: woody@tybalt.caltech.edu (William Edward Woody)
  409. Subject: Re: Any sign of the Macintosh Hardware Book from Addison-Wesley?
  410. Date: 15 Mar 88 09:16:15 GMT
  411. Organization: California Institute of Technology
  412.  
  413. In article <1555@pasteur.Berkeley.Edu> c60b-cq@buddy.Berkeley.EDU.UUCP
  414. (Rob Pfile) writes:
  415. >>Has anybody seen this book?  According to APDA, it was supposed to be 
  416. >>availible "early 88". I'm not exactly sure what the official title
  417. >>of the book is, but it's something like "Macintosh Family Hardware Reference
  418. >>Guide".  I know that APDA has been selling a Draft version,
  419. >>but my membership has run out, and besides, I want the real one
  420. >>from a real publisher.
  421. >
  422. >    I have seen an Apple Technical Reference Guide that deals with building
  423. >NuBus cards for the Macintosh ][. It is very short (about 100 pages) and is
  424. >actually a rather small book. It is probably just part of what you are
  425. >referring to...
  426.  
  427. The complete list of Addison-Wesley books that I'm aware of are:
  428.  
  429. "Inside Macintosh, Volumes I, II, III, IV, V"
  430.    - Complete reference to Macintosh Toolbox and OS for 64K ROMS, with
  431.      IM IV being a delta guide for the 128K ROMS and IM V being a delta
  432.      guide for the 256K ROMS.  (Delta guide--lists only those changes
  433. from
  434.      the previous volumes)
  435.  
  436. "Technical Introduction to the Macintosh Family"
  437.    - Introduction to the Macintosh software and hardware for all
  438. Macintosh
  439.      computers:  the original Macintosh, the Mac +, Mac SE, and Mac II
  440.  
  441. "Programmer's Introduction to the Macintosh Family"
  442.    - Introduction to programming the Macintosh system for programmers
  443. who
  444.      are new to it
  445.  
  446. "Macintosh Family Hardware Reference"  <-- This one, maybe?
  447.    - Reference to the Macintosh hardware for all Macintosh computers,
  448.      excluding the Macintosh XL
  449.  
  450. "Designing Cards and Drivers for the Macintosh II and Macintosh SE"
  451.    - Hardware and device driver reference to the expansion capabilities
  452.      of the Macintosh II and Macintosh SE
  453.  
  454. "Human Interface Guidelines:  The Apple Desktop Interface"
  455.    - Detailed guidelines for developers implementing the Macintosh User
  456.      Interface
  457.  
  458. "Apple Numerics Manual"
  459.    - Description of the SANE environment.
  460.  
  461.  
  462. I personally own IM I-V, the "Designing Cards" manual, and the "SANE"
  463. manual. I have also seen both the "Technical Introduction", and the
  464. "Human Interface Guide" at B. Dalton Software here and back home in
  465. Fresno, Ca. (Who in Phresberg would want IM I-V?  I dunno, but the B.
  466. Dalton's there had about two dozen IM Vol. V sitting gathering dust...) 
  467. I also saw the "Programmer's Introduction" at MacWorld last January in
  468. San Fransisco, but I haven't seen the "Hardware Reference" so far.  But
  469. at MacWorld I didn't see if the Hardware Reference was there; I had to
  470. work the show... :-(
  471.  
  472. If you're a beginning programmer (beginning on the Mac, that is; not
  473. beginning programming), the "Programmer's Introduction" is a reasonable
  474. place to start, but if you're already sophisticated in Mac Hacking, the
  475. "Programmer's Introduction" is probably a waste of money.  I also found
  476. the "Technical Intro" and the "Human Interface Guide" both wastes of
  477. money, though there are quite a few companies that I'd love to send
  478. their head programmer the Human Interface Guide as a gift... ;-)
  479.  
  480. I'm sorry that this is overkill in information, but to summarize: the
  481. book is "Macintosh Family Hardware Reference", and I've yet to see it.
  482. But it should be around "real soon now."  (Remember DBase Mac?)
  483.   -  William Edward Woody
  484.      woody@tybalt.caltech.edu                  
  485. (Mac>][n&&/|\)&&(MacII>AT) Disclamer:  I haven't the foggiest idea what
  486. I'm talking about...
  487.  
  488.  
  489. ------------------------------
  490.  
  491. From: tecot@Apple.COM (Ed Tecot)
  492. Subject: Re: What I found on the inside of SE's cover....
  493. Date: 15 Mar 88 06:41:36 GMT
  494. Organization: Apple Computer Inc, Cupertino, CA
  495.  
  496. In article <2049@phoenix.Princeton.EDU> buzz@phoenix (Mahboud Zabetian)
  497. writes:
  498. >I opened up my SE to fix the funny buzzing noise the hard disk was making(more
  499. >on that later) and I noticed the signatures on the inside of the cover.  Now, I
  500. >used to have a Mac 128, and those signatures came as no surprise, but what
  501. >surprised me was that among the signatures I saw the familiar signature of
  502. >STEVE JOBS!!  I thought he was fired before the SE was designed.  Or do they
  503. >still let his signature be there since he started the whole Mac dynasty?
  504.  
  505. The case for the Mac SE was designed from the Mac Plus case, which in
  506. turn was designed from the original 128K Mac case.  Steve happened to
  507. have signed his name in place that has remained unchanged.
  508.  
  509.                         _emt
  510.  
  511.  
  512. ------------------------------
  513.  
  514. From: clubmac@runx.ips.oz (Macintosh Users Group)
  515. Subject: Word 3 Reader?
  516. Date: 12 Mar 88 16:22:17 GMT
  517. Organization: RUNX Un*x Timeshare.  Sydney, Australia.
  518.  
  519.  
  520. Does anyone know of an application, other than Word 3 of course, that
  521. can read Word 3 files? This would be useful, since some people are
  522. posting Word 3 documentation for postings to comp.binaries.mac
  523. -- 
  524. Thanks in advance,
  525. Jason Haines
  526. President, Club Mac - Australia's LARGEST Macintosh Users Group
  527.  
  528. Phone Home:  +61-2-73-1016
  529. OZ Post:     Box 213, Holme Building, Sydney University, NSW, 2006, Australia
  530. Internet:    clubmac@runx.ips.oz.au    UUCP: uunet!runx.ips.oz.au!clubmac
  531.  
  532.  
  533. ------------------------------
  534.  
  535. From: 6029334@pucc.Princeton.EDU (Robert Trevor)
  536. Subject: HD Reliability and the SE's 20SC
  537. Date: 15 Mar 88 04:08:30 GMT
  538. Organization: Princeton University, NJ
  539.  
  540. My SE's 20SC died on me about two weeks OUT of warranty! The finder
  541. refused to acknowledge its existence, and all the obvious tricks
  542. (FirstAid, HD SetUp, etc) also failed. (SetUp indicated hardware
  543. failure, and recommended seeing a dealer.) The local university
  544. affiliated dealer claimed the disk was DOD and I am $470 the poorer for
  545. a relacement. The best part comes next...the replacement disk was VERY
  546. noisy (relative to my old one and all the other SE 20's on campus I
  547. listened to). It 'rattled' as well as 'beeped'/'squeeked' (not the
  548. system beep, I reset that to make sure). Quite a few 'discussions' after
  549. that and a couple of (apparently) 'replacement' drives (at least the
  550. dealer claimed he put in new ones...), and I am left with a much noisier
  551. machine (on writes/reads) than I started out with. Not bad for $470
  552. three and a half months after the purchase? The dealer claimed that
  553. Apple have switched their replacement drives to Mini Scribe (from
  554. Rodime), and that these are just noisier. (A colleague posted a question
  555. to AppleLink sometime back about this, but got no response.)
  556.  
  557. If any of you have had similar problems with the 'Apple' drives, I be
  558. interested in receiving some mail. Thanks.
  559.  
  560.  
  561. ------------------------------
  562.  
  563. From: dplatt@coherent.com (Dave Platt)
  564. Subject: MacMag virus infects commercial software
  565. Date: 15 Mar 88 17:57:58 GMT
  566. Organization: Coherent Thought Inc., Palo Alto CA
  567.  
  568. According to an article in this morning's San Jose Mercury News, the
  569. "DREW" INIT-virus has been found to have infected a commercial software
  570. product.
  571.  
  572. The virus, which was a "benign" time-bomb designed to display a message
  573. of world peace on March 2nd, is present on disks containing Aldus
  574. FreeHand. The virus was inadvertently passed to Aldus by Marc Canter,
  575. president of MacroMind Inc., which makes training disks for Aldus. 
  576. Canter visited Canada some time ago, and was given a disk containing a
  577. program called "Mr. Potato Head", which lets users play with a
  578. computerized version of the toy character.  Canter ran the program only
  579. once, and his machine was apparently infected by the virus at this time.
  580.  Subsequently, the virus infected a disk of training software that
  581. Canter then delivered to Aldus; at Aldus, the virus infected disks that
  582. were then sold to customers.
  583.  
  584. Although this virus was believed to be harmless, Canter reports that it
  585. forced his Macintosh II computer to shut down and caused him to lose
  586. some computer information.  "My system crashed," Canter said, "I was
  587. really angry."
  588.  
  589.     (( Not all that surprising... quite a few popular but nonstandard
  590.            programming tricks used on the classic Mac don't work on the
  591. Mac II
  592.            due to its different video card/monitor architecture...  many
  593.            games, etc. don't run on the II for this reason and can cause
  594. some
  595.            very impressive system crashes...  dcp ))
  596.  
  597. Canter fears that more of his customers may have been infected by the
  598. virus. MacroMind's clients include Microsoft Corp., Lotus Development
  599. Corp., Apple Computer Inc. and Ashton-Tate.
  600.  
  601. Microsoft has determined that none of its software has been infected, a
  602. company spokeswoman said.  Apple and Lotus could not be reached for
  603. comment. Ashton-Tate declined to comment.
  604.  
  605. Aldus would not comment on how many copies of FreeHand are infected, but
  606. admits that a disk-duplicating machine copied the infected disk for
  607. three days.  Half of the infected disks have been distributed to retail
  608. outlets; the other half are in Aldus' warehouse.
  609.  
  610. Aldus will replace the infected disks with new, uninfected copies to any
  611. FreeHand buyer who requests it, according to Aldus spokeswoman Laury
  612. Bryant. The company will also replace the infected disks in its
  613. warehouse.
  614.  
  615.     (( As I recall, the DREW virus infects the System file on affected
  616.            disks, but doesn't affect applications directly.  I suppose
  617. that
  618.            Aldus could salvage the damaged disks by replacing the System
  619.            folders with copies from a locked, uninfected disk... but
  620. it'll
  621.            probably be faster for them to simply erase and reduplicate.
  622.  
  623.        I have no idea what Canadian liability laws are like these days...
  624.            but I rather suspect that if MacMag were a United States
  625. company
  626.            rather than a Canadian one, its publisher would now be
  627. extremely
  628.            vulnerable to a liability-and-damages suit of some sort. 
  629. This
  630.            escapade will probably cost Aldus a pretty piece of change in
  631.            damage-control expenses and perhaps loss-of-sales or
  632. injury-to-
  633.            reputation.
  634.  
  635.            Kids, don't try this sort of thing at home!
  636.  
  637.                     --- dcp ))
  638.  
  639. -- 
  640.  
  641. Dave Platt
  642.   UUCP: ...!{ames,sun,uunet}!coherent!dplatt     DOMAIN: dplatt@coherent.com
  643.     INTERNET: coherent!dplatt@ames.arpa, ...@sun.com, ...@uunet.uu.net
  644.  
  645. ------------------------------
  646.  
  647. End of Usenet Mac Digest
  648. ************************
  649. -------
  650.